home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / tokyo / east.dir / 00005_Script_5 < prev    next >
Text File  |  1999-04-26  |  90b  |  5 lines

  1. on keydown
  2.   if ( (the key = "q") or (the key = "Q") ) then
  3.     play done
  4.   end if
  5. end